home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / tools / keybexpr / setup.exe / KEYEXP.EXE / 0 / RCDATA / TADDNEWHOTKEY / TADDNEWHOTKEY.txt
Encoding:
Text File  |  1996-06-03  |  1.5 KB  |  79 lines

  1. object AddNewHotKey: TAddNewHotKey
  2.   Left = 308
  3.   Top = 118
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add Hot Key'
  6.   ClientHeight = 405
  7.   ClientWidth = 632
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnShow = FormShow
  16.   TextHeight = 19
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 413
  21.     Height = 23
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 'Select Hot Key'
  25.     Font.Color = clBlack
  26.     Font.Height = -20
  27.     Font.Name = 'Arial'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Bevel1: TBevel
  32.     Left = 436
  33.     Top = 72
  34.     Width = 181
  35.     Height = 213
  36.     Style = bsRaised
  37.   end
  38.   object KeyList: TListBox
  39.     Left = 8
  40.     Top = 36
  41.     Width = 413
  42.     Height = 361
  43.     Font.Color = clBlack
  44.     Font.Height = -15
  45.     Font.Name = 'Courier New'
  46.     Font.Style = []
  47.     ItemHeight = 17
  48.     ParentFont = False
  49.     TabOrder = 0
  50.   end
  51.   object EnterKeyButton: TButton
  52.     Left = 444
  53.     Top = 80
  54.     Width = 165
  55.     Height = 61
  56.     Caption = '&Enter Keystrokes'
  57.     TabOrder = 1
  58.     OnClick = EnterKeyButtonClick
  59.   end
  60.   object CaptureKeyButton: TButton
  61.     Left = 444
  62.     Top = 148
  63.     Width = 165
  64.     Height = 61
  65.     Caption = '&Capture Keystrokes'
  66.     TabOrder = 2
  67.     OnClick = CaptureKeyButtonClick
  68.   end
  69.   object AbortButton: TButton
  70.     Left = 444
  71.     Top = 216
  72.     Width = 165
  73.     Height = 61
  74.     Caption = '&Abort'
  75.     TabOrder = 3
  76.     OnClick = AbortButtonClick
  77.   end
  78. end
  79.